08. Feature Map Sizes
Feature-Map-Sizes-Question
QUESTION:
What are the width, height and depth for padding = 'same', stride = 1?
Enter your answers in the format "width, height, depth"
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
QUESTION:
What are the width, height and depth for padding = 'valid', stride = 1?
Enter your answers in the format "width, height, depth"
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
QUESTION:
What are the width, height and depth for padding = 'valid', stride = 2?
Enter your answers in the format "width, height, depth"
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Feature-Map-Sizes-Solution